Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64
Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no
WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
webkit2gtk (2.44.3-1) unstable; urgency=high
* New upstream release.
* The WebKitGTK security advisory WSA-2024-0004 lists the following
security fixes in the latest versions of WebKitGTK:
- CVE-2024-40776, CVE-2024-40779, CVE-2024-40780, CVE-2024-40782,
CVE-2024-40785, CVE-2024-40789, CVE-2024-40794, CVE-2024-4558
(fixed in 2.44.3).
* debian/patches/fix-clang-build.patch,
debian/patches/fix-webasm-crash.patch:
- Patches recommended by upstream after 2.44.3 was released.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/control.in:
- Update Standards-Version to 4.7.0 (no changes).
- Replace gobject-introspection-bin with gobject-introspection. This
fixes a lintian error: missing-build-dependency-for-dh-addon gir
(does not satisfy gobject-introspection:any | dh-sequence-gir:any)